home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Mac_F2C_1.3.2.sit / Mac F2C 1.3.2 / Mac F2C v1.3.2 Documentation.rsrc / TEXT_131.txt < prev    next >
Text File  |  1996-10-18  |  6KB  |  104 lines

  1. What窶冱 New in Mac F2C v1.3.2
  2.  
  3.  
  4. What窶冱 New in v1.3.2
  5.  
  6. Version 1.3.2 is a minor update to version 1.3.1 that makes it compatible with CodeWarrior IDE v1.7 (distributed on the CW10 CD).
  7.  
  8. What窶冱 New in v1.3.1
  9.  
  10. Version 1.3.1 is a minor update to version 1.3.  The most noteworthy new features and key differences are:
  11.  
  12. 窶「 The F2C for MPW package has been improved.
  13.  
  14. 窶「 You can now easily adjust the stack size when generating 68K code.  This should make it easier for you to deal with those cases in which your translated code crashes because it is blowing-out the stack.  See the chapter 窶弩hen Translated Code Won窶冲 Run窶 for information on how to use this feature.
  15.  
  16. 窶「 Some cosmetic bugs in Mac F2C have been fixed.
  17.  
  18.  
  19. What窶冱 New in v1.3
  20.  
  21. Version 1.3 is a major update to version 1.2.  The most noteworthy new features and key differences are:
  22.  
  23. 窶「 Includes Kris L. Jorgensen窶冱 F2C for MPW package, which provides an MPW tool version of f2c and support for using the MPW versions of CodeWarrior窶冱 compilers to create FORTRAN-based MPW tools.
  24.      
  25. 窶「 Comes with an installer application that will build the required Mac F2C support libraries, install support files where your C/C++ compiler can find them, and build the appropriate test application.
  26.  
  27. 窶「 Supports the AppleEvents Object Model, so you can use the get/set verbs in an AppleScript to control essentially all of Mac F2C窶冱 options.
  28.  
  29. 窶「 Can automatically drive C/C++ project builds using Symantec, THINK, and/or CodeWarrior, even adding generated C/C++ files to your project as required.
  30.  
  31. 窶「 Revised support libraries feature improved run-time error trapping and provide built-in support for cooperative multi-tasking.  Various bugs in the libraries have been fixed.
  32.     
  33. 窶「 Support for the new CodeWarrior Integrated Development Enviornment (IDE, v1.3), including updated v1.3 project files.
  34.  
  35. 窶「 Support for the new Symantec C/C++ (v8) for PPC code generation, including versions of the Mac F2C support libraries, model projects, and installation testing material.
  36.       
  37. 窶「 Support for the version of THINK C/C++ (68K code generation) that is distributed with Symantec C/C++ v8.
  38.  
  39. 窶「 Mac F2C is now even friendlier in the cooperative tasking arena.  Numerous bugs have also been fixed.
  40.  
  41.  
  42. USERS UPGRADING FROM PRIOR VERSIONS: you need to re-install all libraries and project files, including main.c (now called F2Cmain.c) and f2c.h.  
  43.  
  44.  
  45.  
  46. What窶冱 Included
  47.  
  48. The Mac F2C 1.3.2 distribution set contains the following items:
  49.  
  50. ツ 
  51.  
  52. Mac F2C v1.3.2 Documentation -- This document.  It is a stand-alone documentation file describing everything you need to know.
  53.  
  54. ツ 
  55.  
  56. Mac F2C -- the FORTRAN-to-C translator application, version 1.3.1.  This is a fat binary containing both 68K and PowerPC native code.
  57.  
  58. ツ 
  59.  
  60. Mac F2C Installer -- an AppleScript application that will set-up Mac F2C for use with either Symantec, THINK, or CodeWarrior C/C++ compilers.
  61.  
  62. ツ 
  63.  
  64. Mac F2C Libraries -- a folder containing the libraries required to support programs translated by F2C.  The libF77 library provides  floating-point support; the libI77 library provides integer and I/O support.  Symantec, THINK, and CodeWarrior project and library files, and MPW makefiles are provided, along with all the source code.  These need to be built and installed in the right places. 
  65.  
  66. ツ 
  67.  
  68. Test Project ニ’ --  a folder containing a test FORTRAN program and the C output produced by Mac F2C.  It also contains  Symantec, THINK, and CodeWarrior projects and MPW makefiles to compile and run the test program.  
  69.  
  70. ツ 
  71.  
  72. CodeWarrior Support -- a folder containing items specifically required to use Mac F2C with Metrowerk窶冱 CodeWarrior C/C++ compiler.  This folder contains the following items:
  73.     
  74. 窶「 For '(Project Stationary)' -- a folder containing CodeWarrior project stationary files for using C and C++ code generated by Mac F2C.  Two files are for producing 68K code, the other two for PPC code. 
  75.  
  76. 窶「 For 'Mac F2C Support' -- a folder containing files which are required to compile and link code translated by Mac F2C.  
  77.  
  78. 窶「 CW Install.Lib -- an AppleScript library used by the installer.
  79.  
  80. ツ 
  81.  
  82. Symantec/THINK Support -- a folder containing items specifically required to use Mac F2C with Symantec C/C++ (PPC) and THINK C/C++ (68K) compilers.  This folder contains the following items:
  83.     
  84. 窶「 SPM Support -- a folder containing support for the Symantec Project Manager (abbreviated SPM).  It contains the following: (1) For '(Project Models)', a folder containing model SPM C and C++ projects for using code generated by Mac F2C; and (2) SPM Install.Lib, an AppleScript library used by the installer; and (3) SPM 8.0.4 Project Files, a folder containing SPM 8.0.4 versions of all the CodeWarrior project files and project models (see the SPM documentation for details on how to use these).
  85.            
  86. 窶「 TPM Support -- a folder containing support for the THINK Project Manager (abbreviated TPM).  It contains the following:  (1) For '(Project Models)', a folder containing model TPM C and C++ projects for using code generated by Mac F2C; (2) For 'Standard Libraries', a folder containing versions of THINK窶冱 ANSI, unix, CPlusLib, and IOStreams libraries suitable for use with Mac F2C; (3) TPM Install.Lib, an AppleScript library used by the installer.  
  87.     
  88. ツ 
  89.  
  90. F2C for MPW -- a folder containing an MPW-tool version of  f2c and support for developing FORTRAN-based tools in conjunction with Metrowerk窶冱 CodeWarrior C/C++ tools for MPW.
  91.  
  92. ツ 
  93.  
  94. Mac F2C Extras -- a folder containing the following:
  95.  
  96. 窶「 AT&T Report 149.ps -- a postscript file containing the AT&T report that serves as a compiler manual for Mac F2C.
  97.  
  98. 窶「 F2C CW MPW/ToolServer Tools -- a folder containing tools that drive integrated CodeWarrior-Mac F2C operations from MPW or ToolServer.
  99.  
  100. 窶「 Mac F2C AppleEvents -- a folder containing detailed information 
  101. on how to drive Mac F2C using AppleEvents.  This folder includes sample AppleScripts and F2cAETerms.h, a file (which you can include in your own code) that defines Mac F2C窶冱 AE terminology.
  102.  
  103. 窶「 Mac F2C and Alpha -- a folder containing Tool Command Language (Tcl) code intended for use the Pete Keleher窶冱 窶廣lpha窶 text editor.  When loaded into Alpha, this Tcl code will create a new Alpha menu that makes it very easy to manage FORTRAN-based projects using Mac F2C and CodeWarrior. 
  104.